home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
RestZone.swf
/
scripts
/
DefineButton2_24
/
BUTTONCONDACTION on(release).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-20
|
130 b
|
9 lines
on(release){
stopDrag();
tellTarget("_root.preloadboyaction")
{
gotoAndStop("start");
play();
}
}